Model Table EMPLOYMENT ANALYSIS MEASURES

Attributes

Attribute Description (where applicable)

Measures (table to be generated as far as possible)

Aggregation of measures is based on SUM if not explicitly noted.

This section describes the basic measures in the cube. These are either measures defined in the core Information Source, in the model itself or in the ETL process. The columns have the following meaning:

Measure Calculated Y/N Contains Time Intelligence Y/N Definition/Note (where applicable) Aggregation Type Hidden Y/N Tabular Expression
Start Employment HeadcountNNNumber of employments starting in the periodSUMNSUM('EMPLOYEE ANALYSIS'[START_EMPLOYMENT_HEADCOUNT])
Sum Period Current EmploymentsNNSum of Period Current EmploymentsSUMNSUM('EMPLOYEE ANALYSIS'[Current Employment])
End Employment FTENNNumber of FTE's ending in the periodSUMNSUM('EMPLOYEE ANALYSIS'[END_EMPLOYMENT_FTE])
End Employment HeadcountNNNumber of employments ending in the periodSUMNSUM('EMPLOYEE ANALYSIS'[END_EMPLOYMENT_HEADCOUNT])
Start Employment FTENNNumber of FTE's starting in the periodSUMNSUM('EMPLOYEE ANALYSIS'[START_EMPLOYMENT_FTE])
Period FTENNSum of Period FTESUMNVAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ('EMPLOYEE ANALYSIS' [PERIOD_FTE] ), 'REPORTING DATE'[ID] = LastReportingDate )
Avg Period HeadcountNNPeriod headcount divided by dateSUMNSUM('EMPLOYEE ANALYSIS'[PERIOD_HEADCOUNT])/DISTINCTCOUNT('EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID])
Count Employees RowsNNNumber of records. Mainly used for calculationsCOUNTNCALCULATE ( COUNTROWS('EMPLOYEE ANALYSIS'), FILTER ( 'EMPLOYEE ANALYSIS', 'EMPLOYEE ANALYSIS'[Age] <> BLANK() && 'EMPLOYEE ANALYSIS'[SUM_AGE] <> 0 ) )
AgeNNRepresents current Age of EmployeeSUMNVAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ('EMPLOYEE ANALYSIS'[AGE] ), 'REPORTING DATE'[ID] = LastReportingDate )
Current Work ExperienceNNNumber of monthsCOUNTNVAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ( 'EMPLOYEE ANALYSIS'[CURRENT_WORK_EXP] ), 'REPORTING DATE'[ID] = LastReportingDate )
Total Work ExperienceNNNumber of monthsSUMNVAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ('EMPLOYEE ANALYSIS' [TOTAL_WORK_EXP] ), 'REPORTING DATE'[ID] = LastReportingDate )
Period Headcount FTENNSum periodSUMNVAR LastReportingDate = MAX ( 'EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID] ) RETURN CALCULATE ( SUM ( 'EMPLOYEE ANALYSIS'[PERIOD_HEADCOUNT] ), 'REPORTING DATE'[ID] = LastReportingDate )
Avg Period FTENNPeriod FTE divided by dateSUMNSUM('EMPLOYEE ANALYSIS'[PERIOD_FTE])/DISTINCTCOUNT('EMPLOYEE ANALYSIS'[Dim_Headcount_Date_ID])
Avg Period Curr EmploymentNNAverage number of current valid employmentsSUMNSUM('EMPLOYEE ANALYSIS'[Current Employment])/DISTINCTCOUNT('EMPLOYEE ANALYSIS'[DIM_EMPLOYMENT_ID])
Sum AgeYNNumber of monthsSUMNSUM('EMPLOYEE ANALYSIS'[SUM_AGE])
Start Employment %YNStart Employment Headcount divided by Period Headcount FTENDIVIDE('EMPLOYMENT ANALYSIS MEASURES'[Start Employment Headcount],'EMPLOYMENT ANALYSIS MEASURES'[Period Headcount FTE])
End Employment %YNEnd Employment Headcount divided by Period Headcount FTENDIVIDE('EMPLOYMENT ANALYSIS MEASURES'[End Employment Headcount],'EMPLOYMENT ANALYSIS MEASURES'[Period Headcount FTE])
Avg AgeNNAverage of SUM_AGEAVERAGENAVERAGE('EMPLOYEE ANALYSIS'[SUM_AGE])
Avg Total Work ExperienceNNTotal Work Experience divided by Count Employees RowsNDIVIDE([Total Work Experience],[Count Employees Rows],0)
Avg Current Work ExperienceYNCurrent Work Experience divided by Period Headcount FTENDIVIDE([Current Work Experience],[Period Headcount FTE],0)
Avg Current Work Experience YrYNAvg Current Work Experience per monthN[Avg Current Work Experience] / 12

USED BY MODEL(S)

Model Name Product Area
Employee Analysis

Data source Information

The data source for this object is defined using IFS Developer Tool. The data source contains a number of transformations where the model reads data from the last step, i.e. the Data source view name (DW Source View Name).

Additional information can be found in the online documentation of Information Sources.

Model Table DW Source view (SQL Server) BI Access View Referenced Information Source Recommended Access Type
EMPLOYMENT ANALYSIS MEASURESFACT_EMPLOYEE_ANALYSIS_TMFACT_EMPLOYEE_ANALYSIS_BIFACT_EMPLOYEE_ANALYSISOn Line